From 101159d060e20caec140998daab1266b8e5d41e5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 22 Sep 2014 11:18:18 -0700 Subject: [PATCH] Don't use a bundled gcc on windows --- .travis.install.deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.install.deps.sh b/.travis.install.deps.sh index 4a082e923..bece34213 100755 --- a/.travis.install.deps.sh +++ b/.travis.install.deps.sh @@ -59,6 +59,8 @@ else curl -O http://$host/dist/rust-nightly-$triple.exe innounp -y -x rust-nightly-$triple.exe mv '{app}' rustc + # Don't use the bundled gcc, see rust-lang/rust#17442 + rm -rf rustc/bin/rustlib/$triple/gcc rm -f rust-nightly-$triple.exe fi -- 2.30.2